[1128] 移除 glue_tmdb.lua 死代码#3848
Merged
Merged
Conversation
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
- 删除 src/Scheme/Plugins/glue_tmdb.lua: Database 插件的 C++ 代码早已 在 [200_16] 整体移除,该 lua 既不在 mogan.glue rule 文件列表、也无 initialize_glue_tmdb 声明/调用,是孤儿文件。 - 删除 TeXmacs/progs/prog/glue-symbols.scm 中 12 行 tmdb-* 符号。 - 重写 glue-symbols.scm 头部误导性的「自动生成」注释:引用的 make-apidoc-module.scm 生成链已断(源文件缺失、guile 已换 s7、 实际 glue 由 glue_*.lua + mogan.glue rule 生成),改为「手工维护」 说明。 Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
src/Scheme/Plugins/glue_tmdb.lua:Database 插件的 C++ 代码早已在 [200_16] 整体移除,该 lua 既不在
mogan.gluerule 文件列表,也无
initialize_glue_tmdb声明/调用,是孤儿文件。TeXmacs/progs/prog/glue-symbols.scm中 12 行tmdb-*符号。glue-symbols.scm头部误导性的「自动生成」注释:引用的make-apidoc-module.scm生成链早已停摆(源文件缺失、guile 已换s7、实际 glue 由
glue_*.lua+mogan.gluerule 生成),改为「手工维护」说明。
收尾 [200_16]/[1124] 留下的 tmdb 死代码尾巴。详见
devel/1128.md。Test plan
gf fmt --changed-since=main通过grep -rn glue_tmdb src/ TeXmacs/ xmake.lua无匹配grep -n tmdb TeXmacs/progs/prog/glue-symbols.scm无匹配xmake b stem编译通过🤖 Generated with Claude Code